1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmKho_ThietLapGia
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.panel1 = new System.Windows.Forms.Panel();
32             
this.txtGiaNhap = new System.Windows.Forms.TextBox();
33             
this.label1 = new System.Windows.Forms.Label();
34             
this.txtTenSanPham = new System.Windows.Forms.TextBox();
35             
this.label9 = new System.Windows.Forms.Label();
36             
this.btnLuuThietLap = new System.Windows.Forms.Button();
37             
this.txtTiLeLoiNhuan = new System.Windows.Forms.TextBox();
38             
this.label10 = new System.Windows.Forms.Label();
39             
this.label12 = new System.Windows.Forms.Label();
40             
this.txtGiaKhuyenMai = new System.Windows.Forms.TextBox();
41             
this.txtMaSanPham = new System.Windows.Forms.TextBox();
42             
this.label6 = new System.Windows.Forms.Label();
43             
this.txtMaVietTat = new System.Windows.Forms.TextBox();
44             
this.txtGiaBanBuon = new System.Windows.Forms.TextBox();
45             
this.label5 = new System.Windows.Forms.Label();
46             
this.label11 = new System.Windows.Forms.Label();
47             
this.txtGiaBanLe = new System.Windows.Forms.TextBox();
48             
this.label4 = new System.Windows.Forms.Label();
49             
this.panel1.SuspendLayout();
50             
this.SuspendLayout();
51             
//
52             
// panel1
53             
//
54             
this.panel1.BackColor = System.Drawing.Color.White;
55             
this.panel1.Controls.Add(this.txtGiaNhap);
56             
this.panel1.Controls.Add(this.label1);
57             
this.panel1.Controls.Add(this.txtTenSanPham);
58             
this.panel1.Controls.Add(this.label9);
59             
this.panel1.Controls.Add(this.btnLuuThietLap);
60             
this.panel1.Controls.Add(this.txtTiLeLoiNhuan);
61             
this.panel1.Controls.Add(this.label10);
62             
this.panel1.Controls.Add(this.label12);
63             
this.panel1.Controls.Add(this.txtGiaKhuyenMai);
64             
this.panel1.Controls.Add(this.txtMaSanPham);
65             
this.panel1.Controls.Add(this.label6);
66             
this.panel1.Controls.Add(this.txtMaVietTat);
67             
this.panel1.Controls.Add(this.txtGiaBanBuon);
68             
this.panel1.Controls.Add(this.label5);
69             
this.panel1.Controls.Add(this.label11);
70             
this.panel1.Controls.Add(this.txtGiaBanLe);
71             
this.panel1.Controls.Add(this.label4);
72             
this.panel1.Location = new System.Drawing.Point(1, 2);
73             
this.panel1.Name = "panel1";
74             
this.panel1.Size = new System.Drawing.Size(871, 424);
75             
this.panel1.TabIndex = 0;
76             
//
77             
// txtGiaNhap
78             
//
79             
this.txtGiaNhap.BackColor = System.Drawing.Color.White;
80             
this.txtGiaNhap.BorderStyle = System.Windows.Forms.BorderStyle.None;
81             
this.txtGiaNhap.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
82             
this.txtGiaNhap.Location = new System.Drawing.Point(652, 207);
83             
this.txtGiaNhap.Name = "txtGiaNhap";
84             
this.txtGiaNhap.ReadOnly = true;
85             
this.txtGiaNhap.Size = new System.Drawing.Size(204, 19);
86             
this.txtGiaNhap.TabIndex = 47;
87             
this.txtGiaNhap.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
88             
this.txtGiaNhap.Visible = false;
89             
//
90             
// label1
91             
//
92             
this.label1.AutoSize = true;
93             
this.label1.Location = new System.Drawing.Point(579, 207);
94             
this.label1.Name = "label1";
95             
this.label1.Size = new System.Drawing.Size(67, 18);
96             
this.label1.TabIndex = 46;
97             
this.label1.Text = "Giá nhập";
98             
this.label1.Visible = false;
99             
//
100             
// txtTenSanPham
101             
//
102             
this.txtTenSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
103             
this.txtTenSanPham.Location = new System.Drawing.Point(152, 35);
104             
this.txtTenSanPham.Name = "txtTenSanPham";
105             
this.txtTenSanPham.ReadOnly = true;
106             
this.txtTenSanPham.Size = new System.Drawing.Size(690, 27);
107             
this.txtTenSanPham.TabIndex = 39;
108             
//
109             
// label9
110             
//
111             
this.label9.AutoSize = true;
112             
this.label9.Location = new System.Drawing.Point(26, 39);
113             
this.label9.Name = "label9";
114             
this.label9.Size = new System.Drawing.Size(102, 18);
115             
this.label9.TabIndex = 37;
116             
this.label9.Text = "Tên sản phẩm";
117             
//
118             
// btnLuuThietLap
119             
//
120             
this.btnLuuThietLap.Location = new System.Drawing.Point(527, 351);
121             
this.btnLuuThietLap.Name = "btnLuuThietLap";
122             
this.btnLuuThietLap.Size = new System.Drawing.Size(315, 41);
123             
this.btnLuuThietLap.TabIndex = 16;
124             
this.btnLuuThietLap.Text = "Lưu thiết lập";
125             
this.btnLuuThietLap.UseVisualStyleBackColor = true;
126             
this.btnLuuThietLap.Click += new System.EventHandler(this.btnLuuThietLap_Click);
127             
//
128             
// txtTiLeLoiNhuan
129             
//
130             
this.txtTiLeLoiNhuan.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
131             
this.txtTiLeLoiNhuan.Location = new System.Drawing.Point(571, 81);
132             
this.txtTiLeLoiNhuan.Name = "txtTiLeLoiNhuan";
133             
this.txtTiLeLoiNhuan.Size = new System.Drawing.Size(96, 27);
134             
this.txtTiLeLoiNhuan.TabIndex = 44;
135             
this.txtTiLeLoiNhuan.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
136             
this.txtTiLeLoiNhuan.Visible = false;
137             
this.txtTiLeLoiNhuan.Click += new System.EventHandler(this.txtTiLeLoiNhuan_Click);
138             
this.txtTiLeLoiNhuan.TextChanged += new System.EventHandler(this.txtTiLeLoiNhuan_TextChanged);
139             
this.txtTiLeLoiNhuan.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtTiLeLoiNhuan_KeyPress);
140             
this.txtTiLeLoiNhuan.MouseCaptureChanged += new System.EventHandler(this.txtTiLeLoiNhuan_MouseCaptureChanged);
141             
//
142             
// label10
143             
//
144             
this.label10.AutoSize = true;
145             
this.label10.Location = new System.Drawing.Point(30, 90);
146             
this.label10.Name = "label10";
147             
this.label10.Size = new System.Drawing.Size(98, 18);
148             
this.label10.TabIndex = 38;
149             
this.label10.Text = "Mã sản phẩm";
150             
//
151             
// label12
152             
//
153             
this.label12.AutoSize = true;
154             
this.label12.Location = new System.Drawing.Point(686, 85);
155             
this.label12.Name = "label12";
156             
this.label12.Size = new System.Drawing.Size(98, 18);
157             
this.label12.TabIndex = 43;
158             
this.label12.Text = "Tỉ lệ lợi nhuận";
159             
this.label12.Visible = false;
160             
//
161             
// txtGiaKhuyenMai
162             
//
163             
this.txtGiaKhuyenMai.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
164             
this.txtGiaKhuyenMai.Location = new System.Drawing.Point(154, 301);
165             
this.txtGiaKhuyenMai.Name = "txtGiaKhuyenMai";
166             
this.txtGiaKhuyenMai.Size = new System.Drawing.Size(271, 27);
167             
this.txtGiaKhuyenMai.TabIndex = 34;
168             
this.txtGiaKhuyenMai.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
169             
this.txtGiaKhuyenMai.Click += new System.EventHandler(this.txtGiaKhuyenMai_Click);
170             
this.txtGiaKhuyenMai.TextChanged += new System.EventHandler(this.txtGiaKhuyenMai_TextChanged);
171             
this.txtGiaKhuyenMai.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGiaKhuyenMai_KeyPress);
172             
this.txtGiaKhuyenMai.MouseCaptureChanged += new System.EventHandler(this.txtGiaKhuyenMai_MouseCaptureChanged);
173             
//
174             
// txtMaSanPham
175             
//
176             
this.txtMaSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
177             
this.txtMaSanPham.Location = new System.Drawing.Point(152, 86);
178             
this.txtMaSanPham.Name = "txtMaSanPham";
179             
this.txtMaSanPham.ReadOnly = true;
180             
this.txtMaSanPham.Size = new System.Drawing.Size(396, 27);
181             
this.txtMaSanPham.TabIndex = 40;
182             
//
183             
// label6
184             
//
185             
this.label6.AutoSize = true;
186             
this.label6.Location = new System.Drawing.Point(31, 310);
187             
this.label6.Name = "label6";
188             
this.label6.Size = new System.Drawing.Size(110, 18);
189             
this.label6.TabIndex = 33;
190             
this.label6.Text = "Giá khuyễn mại";
191             
//
192             
// txtMaVietTat
193             
//
194             
this.txtMaVietTat.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
195             
this.txtMaVietTat.Location = new System.Drawing.Point(152, 133);
196             
this.txtMaVietTat.Name = "txtMaVietTat";
197             
this.txtMaVietTat.ReadOnly = true;
198             
this.txtMaVietTat.Size = new System.Drawing.Size(396, 27);
199             
this.txtMaVietTat.TabIndex = 42;
200             
//
201             
// txtGiaBanBuon
202             
//
203             
this.txtGiaBanBuon.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
204             
this.txtGiaBanBuon.Location = new System.Drawing.Point(151, 247);
205             
this.txtGiaBanBuon.Name = "txtGiaBanBuon";
206             
this.txtGiaBanBuon.Size = new System.Drawing.Size(271, 27);
207             
this.txtGiaBanBuon.TabIndex = 32;
208             
this.txtGiaBanBuon.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
209             
this.txtGiaBanBuon.Click += new System.EventHandler(this.txtGiaBanBuon_Click);
210             
this.txtGiaBanBuon.TextChanged += new System.EventHandler(this.txtGiaBanBuon_TextChanged);
211             
this.txtGiaBanBuon.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGiaBanBuon_KeyPress);
212             
this.txtGiaBanBuon.MouseCaptureChanged += new System.EventHandler(this.txtGiaBanBuon_MouseCaptureChanged);
213             
//
214             
// label5
215             
//
216             
this.label5.AutoSize = true;
217             
this.label5.Location = new System.Drawing.Point(31, 256);
218             
this.label5.Name = "label5";
219             
this.label5.Size = new System.Drawing.Size(108, 18);
220             
this.label5.TabIndex = 31;
221             
this.label5.Text = "Giá đại lý cấp 1";
222             
//
223             
// label11
224             
//
225             
this.label11.AutoSize = true;
226             
this.label11.Location = new System.Drawing.Point(30, 137);
227             
this.label11.Name = "label11";
228             
this.label11.Size = new System.Drawing.Size(75, 18);
229             
this.label11.TabIndex = 41;
230             
this.label11.Text = "Mã viết tắt";
231             
//
232             
// txtGiaBanLe
233             
//
234             
this.txtGiaBanLe.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
235             
this.txtGiaBanLe.Location = new System.Drawing.Point(151, 197);
236             
this.txtGiaBanLe.Name = "txtGiaBanLe";
237             
this.txtGiaBanLe.Size = new System.Drawing.Size(271, 27);
238             
this.txtGiaBanLe.TabIndex = 30;
239             
this.txtGiaBanLe.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
240             
this.txtGiaBanLe.Click += new System.EventHandler(this.txtGiaBanLe_Click);
241             
this.txtGiaBanLe.TextChanged += new System.EventHandler(this.txtGiaBanLe_TextChanged);
242             
this.txtGiaBanLe.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtGiaBanLe_KeyPress);
243             
this.txtGiaBanLe.MouseCaptureChanged += new System.EventHandler(this.txtGiaBanLe_MouseCaptureChanged);
244             
//
245             
// label4
246             
//
247             
this.label4.AutoSize = true;
248             
this.label4.Location = new System.Drawing.Point(31, 206);
249             
this.label4.Name = "label4";
250             
this.label4.Size = new System.Drawing.Size(74, 18);
251             
this.label4.TabIndex = 29;
252             
this.label4.Text = "Giá bán lẻ";
253             
//
254             
// frmKho_ThietLapGia
255             
//
256             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
257             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
258             
this.ClientSize = new System.Drawing.Size(884, 436);
259             
this.Controls.Add(this.panel1);
260             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
261             
this.Margin = new System.Windows.Forms.Padding(4);
262             
this.MinimizeBox = false;
263             
this.Name = "frmKho_ThietLapGia";
264             
this.Text = "Thiết lập giá bán";
265             
this.Load += new System.EventHandler(this.frmKho_ThietLapGia_Load);
266             
this.panel1.ResumeLayout(false);
267             
this.panel1.PerformLayout();
268             
this.ResumeLayout(false);
269
270         }
271
272         
#endregion
273
274         
private System.Windows.Forms.Panel panel1;
275         
private System.Windows.Forms.Button btnLuuThietLap;
276         
private System.Windows.Forms.TextBox txtMaVietTat;
277         
private System.Windows.Forms.Label label11;
278         
private System.Windows.Forms.TextBox txtMaSanPham;
279         
private System.Windows.Forms.TextBox txtTenSanPham;
280         
private System.Windows.Forms.Label label10;
281         
private System.Windows.Forms.Label label9;
282         
private System.Windows.Forms.TextBox txtGiaKhuyenMai;
283         
private System.Windows.Forms.Label label6;
284         
private System.Windows.Forms.TextBox txtGiaBanBuon;
285         
private System.Windows.Forms.Label label5;
286         
private System.Windows.Forms.TextBox txtGiaBanLe;
287         
private System.Windows.Forms.Label label4;
288         
private System.Windows.Forms.TextBox txtGiaNhap;
289         
private System.Windows.Forms.Label label1;
290         
private System.Windows.Forms.TextBox txtTiLeLoiNhuan;
291         
private System.Windows.Forms.Label label12;
292
293     }
294 }


Gõ tìm kiếm nhanh...